home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 March / CHIP0303.BIN / multimed / vidtool / iuvcr_setup.exe / {app} / iuVCR.exe / 0 / RCDATA / TFCHSCANPARAMS / TFCHSCANPARAMS.txt
Text File  |  2002-11-14  |  4KB  |  179 lines

  1. object fChScanParams: TfChScanParams
  2.   Left = 190
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Channels scan params'
  6.   ClientHeight = 268
  7.   ClientWidth = 252
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 32
  23.     Top = 232
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Button2: TButton
  31.     Left = 144
  32.     Top = 232
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 252
  44.     Height = 222
  45.     Align = alTop
  46.     BevelOuter = bvNone
  47.     BorderWidth = 4
  48.     Caption = ' '
  49.     TabOrder = 2
  50.     object rgScanMode: TRadioGroup
  51.       Left = 4
  52.       Top = 4
  53.       Width = 244
  54.       Height = 77
  55.       Align = alTop
  56.       Caption = 'Scanning Mode'
  57.       ItemIndex = 0
  58.       Items.Strings = (
  59.         'Cable channels grid'
  60.         'Aerial channel grid'
  61.         'Continuous frequencies interval')
  62.       TabOrder = 0
  63.       OnClick = rgScanModeClick
  64.     end
  65.     object GroupBox1: TGroupBox
  66.       Left = 4
  67.       Top = 125
  68.       Width = 244
  69.       Height = 69
  70.       Align = alTop
  71.       Caption = 'Scan range '
  72.       TabOrder = 1
  73.       object Label1: TLabel
  74.         Left = 10
  75.         Top = 20
  76.         Width = 51
  77.         Height = 13
  78.         Caption = 'Begin freq '
  79.       end
  80.       object Label2: TLabel
  81.         Left = 160
  82.         Top = 20
  83.         Width = 43
  84.         Height = 13
  85.         Caption = 'End freq '
  86.       end
  87.       object eLoValue: TEdit
  88.         Left = 10
  89.         Top = 37
  90.         Width = 57
  91.         Height = 21
  92.         TabOrder = 0
  93.         Text = '40'
  94.         OnChange = eLoValueChange
  95.       end
  96.       object udLowValue: TUpDown
  97.         Left = 67
  98.         Top = 37
  99.         Width = 15
  100.         Height = 21
  101.         Associate = eLoValue
  102.         Min = 35
  103.         Max = 900
  104.         Position = 40
  105.         TabOrder = 1
  106.         Wrap = False
  107.         OnChangingEx = udLowValueChangingEx
  108.       end
  109.       object udHiValue: TUpDown
  110.         Left = 216
  111.         Top = 37
  112.         Width = 15
  113.         Height = 21
  114.         Associate = eHiValue
  115.         Min = 36
  116.         Max = 900
  117.         Position = 900
  118.         TabOrder = 2
  119.         Wrap = False
  120.       end
  121.       object eHiValue: TEdit
  122.         Left = 159
  123.         Top = 37
  124.         Width = 57
  125.         Height = 21
  126.         TabOrder = 3
  127.         Text = '900'
  128.         OnChange = eHiValueChange
  129.       end
  130.     end
  131.     object GroupBox2: TGroupBox
  132.       Left = 4
  133.       Top = 81
  134.       Width = 244
  135.       Height = 44
  136.       Align = alTop
  137.       Caption = 'Default TV Standard '
  138.       TabOrder = 2
  139.       object cbVideoStandart: TComboBox
  140.         Left = 10
  141.         Top = 15
  142.         Width = 223
  143.         Height = 21
  144.         Style = csDropDownList
  145.         ItemHeight = 13
  146.         TabOrder = 0
  147.         Items.Strings = (
  148.           'NTSC M'
  149.           'NTSC MJ '
  150.           'NTSC 433'
  151.           'PAL B'
  152.           'PAL D'
  153.           'PAL H'
  154.           'PAL I'
  155.           'PAL M'
  156.           'PAL N'
  157.           'PAL 60'
  158.           'SECAM B'
  159.           'SECAM D'
  160.           'SECAM G'
  161.           'SECAM H'
  162.           'SECAM K'
  163.           'SECAM K1'
  164.           'SECAM L'
  165.           'SECAM L1'
  166.           'PAL N COMBO')
  167.       end
  168.     end
  169.     object cbClearListBeforeScanning: TCheckBox
  170.       Left = 4
  171.       Top = 200
  172.       Width = 245
  173.       Height = 17
  174.       Caption = 'Clear the channels list before scanning'
  175.       TabOrder = 3
  176.     end
  177.   end
  178. end
  179.